Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class
Members


In This Topic
    GridRowColCollection<T> Class
    In This Topic
    Base collection class for columns and rows.
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public MustInherit Class GridRowColCollection(Of T As GridRowCol) 
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    [DefaultMember("Item")]
    public abstract class GridRowColCollection<T> 
    where T: GridRowCol
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.iOS.Grid.GridRowColCollection<T>
          C1.iOS.Grid.GridColumnCollection
          C1.iOS.Grid.GridRowCollection

    See Also